net/http.http2ClientConn.seenSettings (field)

4 uses

	net/http (current package)
		h2_bundle.go#L7398: 	seenSettings    bool                          // true if we've seen a settings frame, false otherwise
		h2_bundle.go#L8016: 	if !cc.seenSettings {
		h2_bundle.go#L9949: 	if !cc.seenSettings {
		h2_bundle.go#L9957: 		cc.seenSettings = true